updateContact
suspend fun updateContact(address: JsonAddress, name: String? = null, color: String? = null, inboxPosition: Int? = null)
Content copied to clipboard
Update information about a local contact. Null properties will be left alone.
Parameters
address
Address of the local contact to update.
name
The new name of the contact
color
The new color for the contact.
inboxPosition
The new inbox position for the contact.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails